From 5e6db74d7999541c067980fdd060f5f101f7b09f Mon Sep 17 00:00:00 2001 From: graehl Date: Fri, 23 Jul 2010 22:12:06 +0000 Subject: pretty git-svn-id: https://ws10smt.googlecode.com/svn/trunk@390 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/ff_fsa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoder/ff_fsa.h') diff --git a/decoder/ff_fsa.h b/decoder/ff_fsa.h index 8ca1951f..41343f6c 100755 --- a/decoder/ff_fsa.h +++ b/decoder/ff_fsa.h @@ -62,8 +62,8 @@ protected: std::memcpy(state,begin,n); } template - inline void static to_state(void *state,T const* begin,int n) { - to_state(state,(char const*)begin,n); + inline void static to_state(void *state,T const* begin,int n=1) { + to_state(state,(char const*)begin,n*sizeof(T)); } template inline void static to_state(void *state,T const* begin,T const* end) { -- cgit v1.2.3