summaryrefslogtreecommitdiff
path: root/emulators/vxtools/files/patch-olt.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vxtools/files/patch-olt.c')
-rw-r--r--emulators/vxtools/files/patch-olt.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vxtools/files/patch-olt.c b/emulators/vxtools/files/patch-olt.c
new file mode 100644
index 000000000000..26330c7ce4f5
--- /dev/null
+++ b/emulators/vxtools/files/patch-olt.c
@@ -0,0 +1,11 @@
+--- olt.c.orig 2007-11-16 03:09:17.000000000 +0600
++++ olt.c 2007-11-16 03:12:11.000000000 +0600
+@@ -85,7 +85,7 @@
+ case VXFS_OLTSB:
+ break;
+ }
+- (int) ent += ent->oltcommon.size;
++ ent = (char *) ent + ent->oltcommon.size;
+ }
+
+ if (vxdebug)