[patch from Kelvin Delbarre] Typo fix.

This commit is contained in:
asvitkine 2008-06-20 00:47:25 +00:00
parent 150a577e4e
commit 603c447da7

View File

@ -239,7 +239,7 @@ static void make_rsrc_path(const char *src, char *dest)
// The rsrc component is copied as is, if there is not enough
// space to add it. In that case, open() will fail gracefully
// and this is what we want.
dest[0] - '.';
dest[0] = '.';
dest[1] = '\0';
}