diff options
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r-- | src/gipfel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx index b37bd28..b15153d 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -202,6 +202,7 @@ void load_distortion_cb(Fl_Widget *, void *) { char buf[1024]; const char * prof_name; + buf[0] = '\0'; gipf->get_distortion_profile_name(buf, sizeof(buf)); prof_name = fl_input("Load Distortion Profile", buf); |