Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnModel.cpp

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

revision 1.1 by maloninc, Thu Jul 28 03:25:06 2005 UTC revision 1.2 by maloninc, Sun Jul 31 06:54:12 2005 UTC
# Line 251  void WikiData::modSubject(wxString* newS Line 251  void WikiData::modSubject(wxString* newS
251          if((fp = fopen(newFullPath, "r")) == NULL) {          if((fp = fopen(newFullPath, "r")) == NULL) {
252                  rename(oldFullPath, newFullPath);                  rename(oldFullPath, newFullPath);
253          }          }
254          else {          else if(strcmp(oldFullPath, newFullPath)){
255                  wxLogMessage(wxT("File has already exist. [%s]"), fileName->c_str());                  wxLogMessage(wxT("File has already exist. [%s]"), fileName->c_str());
256                  fclose(fp);                  fclose(fp);
257          }          }

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26