[Yaffs-archive] possible typo in yaffs_guts.c
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Attachments:
Message as email
(text/plain)
Author:
Jacob Dall
Date:
2004-05-27 08:26
UTC
To:
yaffs-archive
Subject:
[Yaffs-archive] possible typo in yaffs_guts.c
In yaffs_DeleteWorker:
1087: *limit = *limit-1;
1088: if(limit <= 0)
Shouldn't line 1088 be: if(*limit <= 0)
Regards,
Jacob Dall