OSDN Git Service

teln-0.12.vbs for put error
authorbchuukai <bchuukai@users.sourceforge.jp>
Thu, 10 Nov 2011 13:02:08 +0000 (22:02 +0900)
committerbchuukai <bchuukai@users.sourceforge.jp>
Thu, 10 Nov 2011 13:02:08 +0000 (22:02 +0900)
teln-0.12.vbs [moved from teln-0.11.vbs with 99% similarity]

similarity index 99%
rename from teln-0.11.vbs
rename to teln-0.12.vbs
index 478bc72..a5f4d51 100644 (file)
@@ -216,7 +216,7 @@ For Each Match in Matches
 Next
 Set Matches = Nothing
 Set Match = Nothing
-If LCase(yn) <> "y" Then Exit Sub
+If LCase(yn) = "n" Then Exit Sub
 
 Set xmldom = WScript.CreateObject("Microsoft.XMLDOM")
 Set node = xmldom.CreateElement("base64-node")
@@ -249,3 +249,4 @@ Set stm = Nothing
 Set oHttpRequest = Nothing
 
 End Sub
+