forked from hex007/freej2me
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rms: Account for cases where apps want to add zero-length data
Apotheosize (240x320, md5: 190c1d339a45bc80526cb694035b7030) fails to save in all circumstances if it fails to set up its initial record tables on boot, which are all zero-length. Previously FreeJ2ME would throw a RecordStoreException in those cases, but as per the java docs, ME apps are allowed to save zero-length data.
- Loading branch information
1 parent
215b037
commit 3563e83
Showing
1 changed file
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters