From: Andrea Zagli Date: Fri, 12 May 2017 15:40:47 +0000 (+0200) Subject: Removed debug refactoring parse_stdin. X-Git-Tag: v0.1.1~1^2~5^2 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=6aa587437661128aa8de3265e0800cc81a0dbce6;p=libzakcgi Removed debug refactoring parse_stdin. --- diff --git a/src/main.c b/src/main.c index 7dee7ee..1da67d4 100644 --- a/src/main.c +++ b/src/main.c @@ -853,11 +853,6 @@ static GPtrArray b->length = length; g_ptr_array_add (ar, b); - - FILE *fout; - fout = fopen (g_strdup_printf("/tmp/blocco_loop_%d_%d_%d.txt", i, start, length), "wb"); - fwrite (b->data, b->length, 1, fout); - fclose (fout); } start = i; @@ -876,21 +871,6 @@ static GPtrArray b->length = length; g_ptr_array_add (ar, b); - - FILE *fout; - fout = fopen (g_strdup_printf("/tmp/blocco_loop_%d_%d_%d.txt", i, start, length), "wb"); - fwrite (b->data, b->length, 1, fout); - fclose (fout); - } - - for (i = 0; i < ar->len; i++) - { - FILE *fout; - Block *b; - b = (Block *)g_ptr_array_index(ar, i); - fout = fopen (g_strdup_printf("/tmp/blocco_%d.txt", i), "wb"); - fwrite (b->data, b->length, 1, fout); - fclose (fout); } return ar; diff --git a/tests/env.c b/tests/env.c index f578a73..545e572 100644 --- a/tests/env.c +++ b/tests/env.c @@ -120,7 +120,7 @@ main (int argc, char *argv[]) GHashTable *ht; gchar *env; gchar *ret; - sleep(10); + zakcgimain = zak_cgi_main_new (); str = g_string_new ("\n"