/[LeafOK_CVS]/lbbs/src/init.c
ViewVC logotype

Diff of /lbbs/src/init.c

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

Revision 1.11 by sysadm, Mon Apr 28 03:30:59 2025 UTC Revision 1.12 by sysadm, Mon Apr 28 12:45:57 2025 UTC
# Line 118  int load_conf(const char *conf_file) Line 118  int load_conf(const char *conf_file)
118                  {                  {
119                          fscanf(fin, "%s", DB_database);                          fscanf(fin, "%s", DB_database);
120                  }                  }
121                    if (strcmp(c_name, "db_timezone") == 0)
122                    {
123                            fscanf(fin, "%s", DB_timezone);
124                    }
125          }          }
126    
127          fclose(fin);          fclose(fin);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1