Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 21 Oct 2007 09:23:49 +0000 (11:23 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Oct 2007 04:00:40 +0000 (00:00 -0400)
Fix size_t vs. unsigned long pointer mismatch warnings introduced
with the addition of strbuf_detach().

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found