src/extPrograms.cpp

changeset 941
f895379d7fab
parent 931
85080f7a1c20
equal deleted inserted replaced
940:edc716c1d8e1 941:f895379d7fab
317 { 317 {
318 Critical (format ("Couldn't open temporary file %1 for reading.\n", fname)); 318 Critical (format ("Couldn't open temporary file %1 for reading.\n", fname));
319 return; 319 return;
320 } 320 }
321 321
322 LDObjectList objs = LoadFileContents (&f, null); 322 LDObjectList objs = LoadFileContents (&f, nullptr);
323 323
324 // If we replace the objects, delete the selection now. 324 // If we replace the objects, delete the selection now.
325 if (replace) 325 if (replace)
326 g_win->deleteSelection(); 326 g_win->deleteSelection();
327 327

mercurial