d2e5cfe777
- Added patch to fix build on SLe_12_Sp3 and openSUSE_Leap_42.3 - Fixed broken build: Added patch which was forgotten to add to version control. OBS-URL: https://build.opensuse.org/request/show/662649 OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=31
11 lines
292 B
Diff
11 lines
292 B
Diff
Index: joe-4.6/joe/util/checkwidths.c
|
|
===================================================================
|
|
--- joe-4.6.orig/joe/util/checkwidths.c
|
|
+++ joe-4.6/joe/util/checkwidths.c
|
|
@@ -188,4 +188,5 @@ int main()
|
|
}
|
|
|
|
tcsetattr(fileno(stdin), TCSADRAIN, &org_attr);
|
|
+ return 0;
|
|
}
|