X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.C;h=2918e23e63e59e4035bb86e2b07059ea0536fd2e;hp=e63b7c54a8c629284fe682ad1822aa3831eddf0f;hb=686c4d754c80b9865c0a5a7315c5fa4d0d39f4a7;hpb=97ed925c86313b57c13a2db0fb9aa48822fe76ba diff --git a/cinelerra-5.1/cinelerra/mwindow.C b/cinelerra-5.1/cinelerra/mwindow.C index e63b7c54..2918e23e 100644 --- a/cinelerra-5.1/cinelerra/mwindow.C +++ b/cinelerra-5.1/cinelerra/mwindow.C @@ -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);