summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-02 01:21:50 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-02 01:21:50 +0000
commit7c6cda7470f7980983d5d089a174a51fa5920168 (patch)
tree51c1dad4f6523ffba4fba92a948d569ef8a84418 /ChangeLog
parent743812a0222efbd2690b1bb1e58d49329aa1dce2 (diff)
downloadpcsxr-7c6cda7470f7980983d5d089a174a51fa5920168.tar.gz
use %x instead of %lx.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50501 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44fe809c..e6177b7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Jun 2, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * gui/MemcardDlg.c: Use unsigned for currentIcon.
+ * libpcsxcore/cdrom.c: Use %x instead of %lx.
+ * libpcsxcore/psxbios.c: Likewise.
+ * libpcsxcore/psxdma.c: Likewise.
+ * libpcsxcore/psxhw.c: Likewise.
+
Jun 1, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* gui/MemcardDlg.c: Fixed icon animation.