[Yaffs-archive] possible typo in yaffs_guts.c

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jacob Dall
Date:  
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