budb-no-pointer-math-on-void-star-20090316

LICENSE IPL10

can't do pointer math on void*; already casting to char* anyway
This commit is contained in:
Jeffrey Altman 2009-03-16 14:19:39 +00:00 committed by Derrick Brashear
parent 95d639b194
commit f076eb4f88

View File

@ -530,7 +530,7 @@ SendReturnList(struct ubik_trans *ut,
afs_int32 code; afs_int32 code;
int to_return; int to_return;
int i; int i;
void *e; char *e;
*nextIndexP = -1; *nextIndexP = -1;
*dbTimeP = ntohl(db.h.lastUpdate); *dbTimeP = ntohl(db.h.lastUpdate);