Fix pointer addition bug (3 -> 4).

Submitted by:	 david.w.james@bt.com
This commit is contained in:
Jonathan Lemon 2000-03-09 15:05:20 +00:00
parent f63e7634ac
commit 0b6b4751b5

View File

@ -268,7 +268,7 @@ MakeDev(struct chunk *c1, const char *path)
else if (!strncmp(p, "fla", 3))
cmaj = 102, p += 3;
else if (!strncmp(p, "idad", 4))
cmaj = 109, p += 3;
cmaj = 109, p += 4;
else if (!strncmp(p, "mlxd", 4))
cmaj = 131, p += 4;
else if (!strncmp(p, "amrd", 4))