OSDN Git Service

コミットミス修正
authorsyo68k <syo68k@users.sourceforge.jp>
Tue, 24 Aug 2010 02:02:51 +0000 (02:02 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:14:57 +0000 (23:14 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@755 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index 97e9101..7eab0b4 100644 (file)
@@ -8610,7 +8610,7 @@ RETRY:
             'mypix/shamoji
             mc = Regex.Match(url, "^http://(www\.mypix\.jp|www\.shamoji\.info)/app\.php/picture/(?<contentId>[0-9a-z]+)", RegexOptions.IgnoreCase)
             If mc.Success Then
-                imglist.Add(New KeyValuePair(Of String, String)(url, mc.Value + "thumb.jpg"))
+                imglist.Add(New KeyValuePair(Of String, String)(url, mc.Value + "/thumb.jpg"))
                 Continue For
             End If
         Next