* add missing patch to wvstreams

This commit is contained in:
Alexander Baldeck 2020-10-28 12:27:54 +01:00
parent 70db0771b9
commit c6bd77c1b9

View File

@ -0,0 +1,11 @@
--- xplc.orig/moduleloader.cc
+++ xplc/moduleloader.cc
@@ -62,7 +62,7 @@ Module* Module::loadModule(const char* m
switch(moduleinfo->version_major) {
#ifdef UNSTABLE
- case -1:
+ case (unsigned int)-1:
/* nothing to do */
break;
#endif