| View previous topic :: View next topic |
| Author |
Message |
squiggle
Joined: 26 Jun 2005 Posts: 9
|
Posted: Thu Jul 14, 2005 4:31 pm Post subject: patch for prxdecrypt sample |
|
|
| Code: |
--- prxdecrypt-old/main.c 2005-07-13 23:27:18.179704000 -0700
+++ prxdecrypt/main.c 2005-07-13 23:29:29.388372800 -0700
@@ -156,7 +156,7 @@
}
}
- sceIoClose(fd);
+ sceIoDclose(fd);
}
}
|
Although it doesn't cause a problem in the sample, when I tried using code derived from it to scan the entries in a directory I ran out of handles, using sceIoDclose instead of sceIoClose solved the problem. |
|
| Back to top |
|
 |
mc

Joined: 12 Jan 2005 Posts: 212 Location: Linköping
|
Posted: Sun Jul 17, 2005 10:20 pm Post subject: |
|
|
Committed. Thanks. _________________ Flying at a high speed
Having the courage
Getting over crisis
I rescue the people |
|
| Back to top |
|
 |
squiggle
Joined: 26 Jun 2005 Posts: 9
|
Posted: Mon Jul 18, 2005 9:54 am Post subject: |
|
|
| no problem. |
|
| Back to top |
|
 |
|