Commit 3531ea55 authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard

Removed fixme.

parent 6b34fedc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment