[Ohrrpgce] SVN: james/7135 Fix a compile error that only happened on Android.

subversion at HamsterRepublic.com subversion at HamsterRepublic.com
Tue Apr 14 15:16:11 PDT 2015


james
2015-04-14 15:16:11 -0700 (Tue, 14 Apr 2015)
169
Fix a compile error that only happened on Android.
I guess the Android FreeBasic doesn't like:

  IF NOT slicehandle THEN

So I change it to

  IF slicehandle = 0 THEN
---
U   wip/menustuf.rbas


More information about the Ohrrpgce mailing list