summaryrefslogtreecommitdiff
path: root/emulators/vxtools/files/patch-olt.c
blob: 26330c7ce4f59446b5dc5173c92fc793fd1da9ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)