From: pius Date: Fri, 4 Feb 2000 01:30:28 +0000 (+0000) Subject: - corrected a silly mistake X-Git-Tag: aumix-2_4-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Faumix-gtk.git;a=commitdiff_plain;h=8c3304d64a1a5c35eb25d78c2a1fc3b393c95c55 - corrected a silly mistake Changed files: aumix-home_etc.patch -> 1.4 --- diff --git a/aumix-home_etc.patch b/aumix-home_etc.patch index 912b972..dd227e5 100644 --- a/aumix-home_etc.patch +++ b/aumix-home_etc.patch @@ -103,12 +103,8 @@ become an error generator if neither can be opened. Input: -@@ -548,22 +550,34 @@ - Success: pointer to the default settings file structure - Failure: NULL - */ -- FILE *setfile; -+ FILE *setfile = NULL; +@@ -545,19 +547,31 @@ + FILE *setfile; char *home; char filename[FILENAME_MAX]; + struct cfv etcfile;