]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find.h
11Apr06
[bacula/bacula] / bacula / src / findlib / find.h
index d5487aa539b46685aa3aa1a83f53b4c5972de07e..b7d25f8df1e1e3e077ca23afe62fbc0e064d5479 100755 (executable)
@@ -4,7 +4,7 @@
  *     Kern Sibbald MMI
  */
 /*
-   Copyright (C) 2001-2005 Kern Sibbald
+   Copyright (C) 2001-2006 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -170,7 +170,7 @@ struct HFSPLUS_INFO {
  * first argument to the find_files callback subroutine.
  */
 struct FF_PKT {
-   char *fname;                       /* filename */
+   char *fname;                       /* full filename */
    char *link;                        /* link if file linked */
    POOLMEM *sys_fname;                /* system filename */
    struct stat statp;                 /* stat packet */