mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-21 02:35:26 -04:00
Updated code to support newer Qt versions (#237)
This commit is contained in:
parent
d1e47539fc
commit
34c8ad8dcc
28 changed files with 358 additions and 94 deletions
|
@ -697,9 +697,9 @@ int CBString::find (const CBString& b, int pos) const {
|
|||
int CBString::find (const char * b, int pos) const {
|
||||
int ii, j;
|
||||
unsigned char c0;
|
||||
register int i, l;
|
||||
register unsigned char cx;
|
||||
register unsigned char * pdata;
|
||||
int i, l;
|
||||
unsigned char cx;
|
||||
unsigned char * pdata;
|
||||
|
||||
if (NULL == b) {
|
||||
#ifdef BSTRLIB_THROWS_EXCEPTIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue