mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 20:57:39 +00:00
Removed fixme.
This commit is contained in:
parent
6b34fedc8c
commit
3531ea5501
@ -180,7 +180,7 @@ static BOOL ATOM_IsIntAtom(LPCSTR atomstr,WORD *atomid) {
|
||||
return FALSE;
|
||||
*atomid=strtol(atomstr+1,&xend,10);
|
||||
if (*xend) {
|
||||
FIXME("found atom named '%s'\n",atomstr);
|
||||
/* atom has a name like '## some name ##' */
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user