(file) Return to main.cpp CVS log (file) (dir) Up to [OMI] / omi / gen

Diff for /omi/gen/main.cpp between version 1.1 and 1.2

version 1.1, 2012/05/30 22:47:39 version 1.2, 2012/06/25 19:51:01
Line 395 
Line 395 
     /* Look in system config directory */     /* Look in system config directory */
     {     {
         Strlcpy(path, GetPath(ID_DESTDIR), MAX_PATH_SIZE);         Strlcpy(path, GetPath(ID_DESTDIR), MAX_PATH_SIZE);
         Strlcpy(path, "/", MAX_PATH_SIZE);          Strlcat(path, "/", MAX_PATH_SIZE);
         Strlcat(path, GetPath(ID_SYSCONFDIR), MAX_PATH_SIZE);         Strlcat(path, GetPath(ID_SYSCONFDIR), MAX_PATH_SIZE);
         Strlcat(path, "/omigen.conf", MAX_PATH_SIZE);         Strlcat(path, "/omigen.conf", MAX_PATH_SIZE);
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

ViewCVS 0.9.2