Changeset 10912
- Timestamp:
- 06/06/11 12:25:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/Edd/Edd.cc
r10909 r10912 32 32 // Open temporary files 33 33 Tmpfile = tmpfile(); 34 if(Tmpfile == NULL) {34 if(Tmpfile==NULL || !File.open()) { 35 35 QMessageBox::warning(this, "Edd Message", "Could not open temporary file.", QMessageBox::Ok); 36 return;37 }38 39 if (!File.open()) {40 QMessageBox::warning(this, "Edd Message","Could not open temporary file.",QMessageBox::Ok);41 36 return; 42 37 }
Note:
See TracChangeset
for help on using the changeset viewer.