9
0
Fork 0

ups, some debug printf slipped in

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2008-08-14 09:41:30 +02:00
parent 865234eb68
commit ccbf7b8dac
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ int open_and_lseek(const char *filename, int mode, off_t pos)
if (!pos)
return fd;
printf("lseek to 0x%08x\n", pos);
ret = lseek(fd, pos, SEEK_SET);
if (ret == -1) {
perror("lseek");