/[graveman]/graveman/current/src/data.c
ViewVC logotype

Diff of /graveman/current/src/data.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by scresto, Mon Mar 21 00:55:22 2005 UTC revision 1.9 by scresto, Sun Mar 27 23:51:07 2005 UTC
# Line 63  gboolean foreachfiles(GtkTreeModel *Amod Line 63  gboolean foreachfiles(GtkTreeModel *Amod
63    
64      if (!Lreturn) {      if (!Lreturn) {
65        if (Ltype == TYPE_FILE) {        if (Ltype == TYPE_FILE) {
66        _DEB("creation graft [%s] car [%s]", Lparents, Lnom);              _DEB("creation graft [%s] car [%s]", *Lparents ? Lparents : "/" , Lnom);      
67          g_snprintf (Ltmp, MAXPATHLEN, "%s=%s\n", Lparents, Lnom);          g_snprintf (Ltmp, MAXPATHLEN, "%s=%s\n", *Lparents ? Lparents : "/", Lnom);
68          write (Lfd, Ltmp, strlen (Ltmp));          write (Lfd, Ltmp, strlen (Ltmp));
69        }        }
70      }      }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26