Re: serhat - r31516 - in abiword/branches/gsoc2012docx/plugins/openxml: common/xp exp/xp
Hubert Figuière <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 16/07/12 01:58 PM, [email protected] wrote: > + if(!strcmp(hdrFtrId, id.c_str())) Just a quick note: you can use the == and != operators between a char* and a std::string. It works fine. Cheers, Hub