src/extprogs.cpp

changeset 211
8d35e631bef3
parent 207
e8c47e51e03d
child 214
28e0b37156be
equal deleted inserted replaced
210:58a3cbb49374 211:8d35e631bef3
135 return; 135 return;
136 } 136 }
137 137
138 writeObjects (objects, fp); 138 writeObjects (objects, fp);
139 139
140 #ifndef RELEASE 140 #if 0
141 ushort idx = rand (); 141 ushort idx = rand ();
142 printf ("%s -> debug_%u\n", fname.chars (), idx); 142 printf ("%s -> debug_%u\n", fname.chars (), idx);
143 QFile::copy (fname.chars (), fmt ("debug_%u", idx)); 143 QFile::copy (fname.chars (), fmt ("debug_%u", idx));
144 #endif // RELEASE 144 #endif // 0
145 145
146 fclose (fp); 146 fclose (fp);
147 } 147 }
148 148
149 // ============================================================================= 149 // =============================================================================

mercurial