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…
Reference in New Issue