Fix pointer addition bug (3 -> 4).

Submitted by:	 david.w.james@bt.com
This commit is contained in:
jlemon 2000-03-09 15:05:20 +00:00
parent 23a1d7aeed
commit af76e7b9bc

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))