changeset 471:de95b4172160

tenaoshi
author FUJIKAWA Kosuke <c111126@g.koeki-u.ac.jp>
date Fri, 07 Feb 2014 00:24:16 +0900
parents f925e4d52859
children db28f7c2395b
files nakamachi/retry.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nakamachi/retry.rb	Fri Feb 07 00:20:36 2014 +0900
+++ b/nakamachi/retry.rb	Fri Feb 07 00:24:16 2014 +0900
@@ -25,7 +25,7 @@
   end
 end
 
-if data[ban[pon-1]][2].toeuc == num && data[ban[pon-1]][1] == store then
+if (data[ban[pon-1]][2].toeuc == num) && (data[ban[pon-1]][1] == store) then
   printf(<<_EOS_,data[ban[pon-1]][0])
 <html>
 <head>

yatex.org