Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=94c59226a958ca1c4179b1dad92ae7e83cbaa797
commit 94c59226a958ca1c4179b1dad92ae7e83cbaa797 Author: Priyank <[EMAIL PROTECTED]> Date: Thu Mar 27 13:16:30 2008 +0530 fixed an incompatible pointer assignment diff --git a/src/gfpm-repomanager.c b/src/gfpm-repomanager.c index 6c5d463..203c7d0 100644 --- a/src/gfpm-repomanager.c +++ b/src/gfpm-repomanager.c @@ -266,7 +266,6 @@ gfpm_write_config_file (void) GList *rlist = NULL; gfpm_repo_t *repo = NULL; GList *header = NULL; - GList *del_link = NULL; fp = fopen (CONF_FILE, "w"); if (fp == NULL) @@ -306,7 +305,6 @@ gfpm_write_config_file (void) if (g_file_test(rpfile, G_FILE_TEST_EXISTS)) g_remove (rpfile); g_free (rpfile); - del_link = repo; } /* write the footer */ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
