/[projects]/misc/mysql_splitter/splitter.cpp
ViewVC logotype

Diff of /misc/mysql_splitter/splitter.cpp

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

revision 1462 by torben, Thu May 12 15:58:28 2011 UTC revision 1463 by torben, Thu May 12 16:33:18 2011 UTC
# Line 135  int main(int argc, char** argv) { Line 135  int main(int argc, char** argv) {
135                          bool did_exist = boost::filesystem::exists(filename);                          bool did_exist = boost::filesystem::exists(filename);
136    
137                          //out.open( filename.c_str(), ios::app );                          //out.open( filename.c_str(), ios::app );
138                          out  = fopen(filename.c_str(), "a");                          out  = fopen64(filename.c_str(), "a");
139    
140    
141    

Legend:
Removed from v.1462  
changed lines
  Added in v.1463

  ViewVC Help
Powered by ViewVC 1.1.20