• R/O
  • SSH
  • HTTPS

owata: コミット


コミットメタ情報

リビジョン160 (tree)
日時2009-01-22 20:10:21
作者bird_may_nike

ログメッセージ

(メッセージはありません)

変更サマリ

差分

--- trunc/src/psp2chNet.c (revision 159)
+++ trunc/src/psp2chNet.c (revision 160)
@@ -667,7 +667,7 @@
667667 } ap[2];
668668 int count = 0;
669669 int i;
670- char buf[32];
670+ union SceNetApctlInfo buf;
671671
672672 memset(&s2ch.mh,0,sizeof(MESSAGE_HELPER));
673673 s2ch.mh.options = PSP_UTILITY_MSGDIALOG_OPTION_TEXT;
@@ -681,7 +681,7 @@
681681 psp2chErrorDialog(TEXT_2);
682682 return -1;
683683 }
684- if (sceNetApctlGetInfo(8, buf) == 0)
684+ if (sceNetApctlGetInfo(PSP_NET_APCTL_INFO_IP, &buf) == 0)
685685 {
686686 // IP取得済み
687687 return 0;
旧リポジトリブラウザで表示