--- 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;
}