From fc517a9971fd46e93df313b491c218c803e87eb8 Mon Sep 17 00:00:00 2001 From: f_swallow Date: Wed, 29 Sep 2010 23:20:23 +0000 Subject: [PATCH] =?utf8?q?=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3=E8=A1=A8?= =?utf8?q?=E7=A4=BA=E3=82=92None=E3=81=AB=E3=81=97=E3=81=A6=E3=81=84?= =?utf8?q?=E3=82=8B=E3=81=A8=E3=81=8D=E3=81=AB=E7=99=BA=E8=A8=80=E8=A9=B3?= =?utf8?q?=E7=B4=B0=E3=81=AE=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3=E3=82=92?= =?utf8?q?=E5=8F=B3=E3=82=AF=E3=83=AA=E3=83=83=E3=82=AF=E3=81=99=E3=82=8B?= =?utf8?q?=E3=81=A8=E4=BE=8B=E5=A4=96=E3=81=8C=E7=99=BA=E7=94=9F=E3=81=97?= =?utf8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@920 e39ad16e-3079-482e-bb30-4b4d378143b6 --- Tween/Tween.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tween/Tween.vb b/Tween/Tween.vb index 70d18793..8642f174 100644 --- a/Tween/Tween.vb +++ b/Tween/Tween.vb @@ -7077,7 +7077,7 @@ RETRY: '発言詳細のアイコン右クリック時のメニュー制御 If _curList.SelectedIndices.Count > 0 AndAlso _curPost IsNot Nothing Then Dim name As String = _curPost.ImageUrl - If name.Length > 0 Then + If name IsNot Nothing AndAlso name.Length > 0 Then Dim idx As Integer = name.LastIndexOf("/"c) If idx <> -1 Then name = IO.Path.GetFileNameWithoutExtension(name.Substring(idx)) -- 2.11.0