stupid mistake in last commit

This commit is contained in:
Mitchell Livingston 2006-09-12 01:41:17 +00:00
parent 0c11cb4319
commit 297d2862e1
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ char * tr_clientForId( uint8_t * id )
}
else if( !memcmp( id, "OP", 2 ) )
{
asprintf( &ret, "Opera (%c%c%c)", id[2], id[3], id[4], id[5] );
asprintf( &ret, "Opera (%c%c%c%c)", id[2], id[3], id[4], id[5] );
}
if( !ret )