fontforge/fix-return-statement.patch
Dr. Werner Fink 2b156396f5 Accepting request 873998 from home:dirkmueller:Factory
- update to 20201107:
  * This release falls on the 20th anniversary of the first release of
    FontForge back in 2000. It brings a wide range of minor tweaks and bug
    fixes for the user interface and file format handlers and a special splash
    screen to commemorate the big day
- fix-glossary.patch, support-sphinx3.patch: drop (upstream)
- remove get-source.sh: the binaries that needed to be repackaged
  are no longer in the upstream release tarball
- fix-return-statement.patch: refresh against new release

OBS-URL: https://build.opensuse.org/request/show/873998
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=81
2021-02-22 07:16:46 +00:00

13 lines
424 B
Diff

Index: fontforge-20201107/fontforgeexe/cvimportdlg.c
===================================================================
--- fontforge-20201107.orig/fontforgeexe/cvimportdlg.c
+++ fontforge-20201107/fontforgeexe/cvimportdlg.c
@@ -710,6 +710,7 @@ static int GFD_Options(GGadget *g, GEven
_ImportParamsDlg(ImportParamsState());
d->opts_shown = true;
}
+ return 0;
}
static int e_h(GWindow gw, GEvent *event) {