diff options
Diffstat (limited to 'examples/distributor')
-rw-r--r-- | examples/distributor/distributor.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/distributor/distributor.ui.h b/examples/distributor/distributor.ui.h index 1d21f19f9..01c6b9bd8 100644 --- a/examples/distributor/distributor.ui.h +++ b/examples/distributor/distributor.ui.h @@ -121,7 +121,7 @@ static char *find_pattern( char *h, const char *n, ulong hlen ) if ( nlen > hlen ) return 0; - } while ( qstrncmp( h, n, nlen ) != 0 ); + } while ( tqstrncmp( h, n, nlen ) != 0 ); return h + nlen; } |