diff options
| author | jhurst <jhurst@cinecert.com> | 2006-04-21 17:55:09 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-04-21 17:55:09 +0000 |
| commit | 9da32166108c11ab6350ae0867952c5727d24fd7 (patch) | |
| tree | 254bbaf1329467e8cbc8b5e3a65cad7b3154bcba /src/KM_util.cpp | |
| parent | 9fe59c410467fb2793d2821c0ee8d5ea19e7f092 (diff) | |
oops
Diffstat (limited to 'src/KM_util.cpp')
| -rwxr-xr-x | src/KM_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_util.cpp b/src/KM_util.cpp index bf61f94..efb94f9 100755 --- a/src/KM_util.cpp +++ b/src/KM_util.cpp @@ -87,7 +87,7 @@ Kumu::Result_t::Result_t(long v, const char* l) : value(v), label(l) while ( s_ResultMap[i].result != 0 && i < MapMax ) { i++; - if ( s_ResultMap[i].rcode == v ) + if ( s_ResultMap[i].rcode == v && s_ResultMap[i].result != 0 ) return; } |
