updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / lopster-it / gcc4.patch
blobdba26e14b061f5b5c7247e096dcc3435f3e65b55
1 diff -urN ../tmp-orig/lopster-1.2.0.1/src/log.c ./src/log.c
2 --- ../tmp-orig/lopster-1.2.0.1/src/log.c 2003-03-04 21:08:57.000000000 +0100
3 +++ ./src/log.c 2004-12-28 10:10:05.000000000 +0100
4 @@ -148,7 +148,7 @@
5 l_free(log);
7 g_list_free(net?net->logs:other_logs);
8 - net?net->logs:other_logs = NULL;
9 + if (net) net->logs = NULL; else other_logs = NULL;
12 void log_file_destroy(log_file_t* lf) {