fixup for older distros + updated Preference/About messages
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mwindow.C
index e63b7c54a8c629284fe682ad1822aa3831eddf0f..2918e23e63e59e4035bb86e2b07059ea0536fd2e 100644 (file)
@@ -4325,7 +4325,7 @@ void MWindow::get_backup_path(char *path, int len)
 
 void MWindow::create_timestamped_copy_from_previous_backup(char *previouspath)
 {
-  if (previouspath == nullptr) return;
+  if (previouspath == NULL) return;
   char backup_path[BCTEXTLEN];
   backup_path[0] = 0;
   time_t now = time(NULL);