What steps will reproduce the problem?
slightly change the PAFS/PAFSFolders example provided with PALib
In the main method, the following part is changed, in order to display the
beginning of the text file :
Code:
for (i = 0; i < FileNumer; i++){
//PA_OutputText(0, 0, i+1, "%s.%s %d kB", PA_FSFile[i].Name,
PA_FSFile[i].Ext, PA_FSFile[i].Length);
PA_OutputText(0, 0, i+1, "%s.%s %s", PA_FSFile[i].Name,
PA_FSFile[i].Ext, PA_PAFSFile(i));
}
What is the expected output? What do you see instead?
Only the content of the 4 first files is displayed
(screenshot provided in attachement)
What version of PAlib are you using ?
PAlib060905.exe : September 5, 2006
Testing on DS or emulator ?
Both
Link to PAlib topic ?
http://teamnnc.free.fr/phpBB2/viewtopic.php?t=696
Please provide any additional information below.
Original issue reported on code.google.com by francis....@gmail.com on 10 Sep 2006 at 6:17
Original issue reported on code.google.com by
francis....@gmail.com
on 10 Sep 2006 at 6:17Attachments: