null+****@clear*****
null+****@clear*****
2010年 8月 17日 (火) 16:14:25 JST
Kouhei Sutou 2010-08-17 07:14:25 +0000 (Tue, 17 Aug 2010)
New Revision: 425afae3951eefedf4087709ce4e032c8be3cebf
Log:
cosmetic.
Modified files:
lib/pat.c
Modified: lib/pat.c (+2 -1)
===================================================================
--- lib/pat.c 2010-08-17 07:04:35 +0000 (b314321)
+++ lib/pat.c 2010-08-17 07:14:25 +0000 (5a6f82a)
@@ -2668,7 +2668,8 @@ rk_conv(const char *str, uint32_t str_len, char *buf, uint32_t buf_size, uint8_t
ic++;
if ((l = rk_emit(rn, &e))) { RK_OUTPUT(e, l); }
state = rn->next;
- } else { if (!state) { ic++; }
+ } else {
+ if (!state) { ic++; }
if (ic_ < ic) { RK_OUTPUT(ic_, ic - ic_); }
state = 0;
}