summaryrefslogtreecommitdiff
path: root/src/Fl_JPEG_Image.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_JPEG_Image.cxx')
-rw-r--r--src/Fl_JPEG_Image.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_JPEG_Image.cxx b/src/Fl_JPEG_Image.cxx
index 6f1e260f3..b7bb59729 100644
--- a/src/Fl_JPEG_Image.cxx
+++ b/src/Fl_JPEG_Image.cxx
@@ -219,7 +219,7 @@ struct load_stat {
int max_destroy_decompress_err; // ... to avoid recursion and deadlock
load_stat() { // c'tor
- fp = nullptr;
+ fp = 0;
max_finish_decompress_err = 5;
max_destroy_decompress_err = 5;
}