Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by scresto, Tue May 3 01:22:35 2005 UTC | revision 1.5 by scresto, Wed May 4 01:31:06 2005 UTC | |
|---|---|---|
| # | Line 529 Tmng *gtk_mng_read_file (const gchar* Af | Line 529 Tmng *gtk_mng_read_file (const gchar* Af |
| 529 | ||
| 530 | if ((fd = open (Lfile, O_RDONLY)) == -1) | if ((fd = open (Lfile, O_RDONLY)) == -1) |
| 531 | { | { |
| 532 | g_warning (Lfile); | g_warning ("%s", Lfile); |
| 533 | g_free(Lmng); | g_free(Lmng); |
| 534 | return NULL; | return NULL; |
| 535 | } | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |