j
k
j a
j l
"James Hawkins" truiken@gmail.com wrote:
text = MSI_RecordGetString( rec, 10 ); if ( text ) { begin = strchrW( text, '{' ); end = strchrW( text, '}' );
begin = strchrW( text, '{' );
end = strchrW( text, '}' );
Perhaps it would be cleaner to use
end = strchrW( begin, '}' );
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites