# HG changeset patch # User Christian Urban # Date 1444045676 -3600 # Node ID ea1ee786d5a7579894069a8e77656ca91929b39c # Parent cb308583d86c4ff81690a17bf4f578fd30a2b4a4 updated diff -r cb308583d86c -r ea1ee786d5a7 progs/C0.c --- a/progs/C0.c Mon Oct 05 12:47:04 2015 +0100 +++ b/progs/C0.c Mon Oct 05 12:47:56 2015 +0100 @@ -13,7 +13,7 @@ int main (int argc, char **argv) { - foo("my string is too long !!!!!"); + foo("my string is too long !!!!!"); //foo("my string is too long !!!!! \x15\xcd\x5d\x07"); return 0; }