Skip to content

Commit

Permalink
TanpanM �$B$,N)$F$?%9%l$+$I$&$+$NH=Dj$r2~A1�(B
Browse files Browse the repository at this point in the history
�$B0l9TL\$@$18+$k$h$&$K$7$F$_$k!#�(B
  • Loading branch information
naota committed Jun 8, 2010
1 parent dd85a02 commit 79309ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion navi2ch-net.el
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,10 @@ OTHER-HEADER $B$O(B `navi2ch-net-download-file' $B$KEO$5$l$k!#(B
(funcall func)
(buffer-string))))
(when (and cont
(string-match ".+" cont)
(string-match
"^[^<]+<><>[0-9]+/[0-9]+/[0-9]+ [0-9]+:[0-9]+:[0-9]+ ID:TanpanM<>"
cont))
(match-string 0 cont)))
(setq cont nil)
(setq header (navi2ch-net-add-state 'error header)))
(if (and cont (not (string= cont "")))
Expand Down

0 comments on commit 79309ca

Please sign in to comment.