diff options
| author | Sam Varshavchik | 2020-10-27 21:23:38 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2020-10-27 21:23:38 -0400 |
| commit | 808b55c10de704bfbb55f6e03e266c5383bb586a (patch) | |
| tree | 77ab72053b6ce43fef5f2c0580b7a5b2570d3ba2 /unicode/unicode_bidi.c | |
| parent | 9db205e80a937095c2993022a81dd73c622ea2a4 (diff) | |
| download | courier-libs-808b55c10de704bfbb55f6e03e266c5383bb586a.tar.bz2 | |
gcc fixes.
Diffstat (limited to 'unicode/unicode_bidi.c')
| -rw-r--r-- | unicode/unicode_bidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode/unicode_bidi.c b/unicode/unicode_bidi.c index 1c83b18..79c4db5 100644 --- a/unicode/unicode_bidi.c +++ b/unicode/unicode_bidi.c @@ -2374,7 +2374,7 @@ void unicode_bidi_embed(const char32_t *string, #ifdef BIDI_DEBUG fprintf(DEBUGDUMP, " need marker=%d\n", - need_marker); + need_marker.need_marker); #endif while (p->start < p->end) |
