image creation patterns

This commit is contained in:
david
2009-05-25 17:59:02 +02:00
parent ce5d1de968
commit a6aade11c4
5 changed files with 93 additions and 28 deletions

View File

@@ -104,7 +104,7 @@ void get_line (char *buff, int len)
buff[idx++] = c;
}
}
printf("return %s\n",buff);
//printf("return %s\n",buff);
buff[idx] = 0;
}