diff options
Diffstat (limited to 'src/file-update.cpp')
| -rw-r--r-- | src/file-update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-update.cpp b/src/file-update.cpp index 0585fa875..ee0117c09 100644 --- a/src/file-update.cpp +++ b/src/file-update.cpp @@ -186,7 +186,7 @@ void fix_update(SPObject *o) { void sp_file_convert_text_baseline_spacing(SPDocument *doc) { - char *oldlocale = g_strdup(setlocale(LC_NUMERIC, NULL)); + char *oldlocale = g_strdup(setlocale(LC_NUMERIC, nullptr)); setlocale(LC_NUMERIC,"C"); sp_file_text_run_recursive(fix_blank_line, doc->getRoot()); sp_file_text_run_recursive(fix_line_spacing, doc->getRoot()); |
