diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-26 03:29:03 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-26 03:29:03 +0200 |
| commit | 0d5ae9ceac960f8fdc304037a965c91dacc0411b (patch) | |
| tree | 6fda98b2dab11420bba5da13e2c8aa8d8acf7b8a /fluid/sourceview_panel.fl | |
| parent | f33dfc1c6a2c4af2f463cbece4ca6eff2d1575ae (diff) | |
FLUID: Fixes warnings.
Diffstat (limited to 'fluid/sourceview_panel.fl')
| -rw-r--r-- | fluid/sourceview_panel.fl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/sourceview_panel.fl b/fluid/sourceview_panel.fl index 99089f299..0cb665ff1 100644 --- a/fluid/sourceview_panel.fl +++ b/fluid/sourceview_panel.fl @@ -67,7 +67,7 @@ file.} open return_type void if (sv_autoposition->value()==0) return; if (sourceview_panel && sourceview_panel->visible() && Fl_Type::current) { - int pos0, pos1; + int pos0 = 0, pos1 = 0; if (sv_source->visible_r()) { switch (sv_code_choice) { case 0: // prolog: not yet (include statements) |
