Lines 1-18
Link Here
|
1 |
--- src/file.c.orig Thu Feb 27 22:04:36 2003 |
|
|
2 |
+++ src/file.c Thu Feb 27 22:05:02 2003 |
3 |
@@ -809,6 +809,7 @@ |
4 |
rubrica_file_load_xmlfile(gchar *filename, RubricaErrorType* err) |
5 |
{ |
6 |
Rubrica *rubrica; |
7 |
+ gchar *fpath, *fname; |
8 |
|
9 |
if (!g_file_exists(filename)) |
10 |
{ |
11 |
@@ -829,7 +830,6 @@ |
12 |
now we need to put in memory some information |
13 |
about this file and addressbook |
14 |
*/ |
15 |
- gchar *fpath, *fname; |
16 |
|
17 |
fpath = g_dirname(filename); |
18 |
fname = g_strdup(g_basename(filename)); |