Changeset 170 for trunk/src/sh_files.c


Ignore:
Timestamp:
Apr 30, 2008, 11:56:45 PM (16 years ago)
Author:
katerina
Message:

Plenty of compiler warnings fixed, SQL query length fixed, doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_files.c

    r167 r170  
    14821482                              char * relativeName)
    14831483{
    1484   struct sh_dirent * dirlist = NULL;
    1485   struct sh_dirent * dirlist_orig = NULL;
     1484  struct sh_dirent * dirlist;
     1485  struct sh_dirent * dirlist_orig;
    14861486
    14871487  DIR *           thisDir = NULL;
     
    16461646   */
    16471647  SH_MUTEX_LOCK(mutex_readdir);
     1648
     1649  dirlist = NULL;
     1650  dirlist_orig = NULL;
    16481651
    16491652  do {
     
    22732276}
    22742277
    2275 extern void     aud_exit   (char * file, int line, int fd);
     2278extern void     aud_exit   (const char * file, int line, int fd);
    22762279     
    22772280int sh_files_test_setup ()
Note: See TracChangeset for help on using the changeset viewer.