the comment more accurate
This commit is contained in:
parent
33d2ceccbe
commit
78a8ca9e53
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ bool XAtom::getValue(Window win, Atom atom, Atom type,
|
|||
assert(win != None); assert(atom != None); assert(type != None);
|
||||
assert(size == 8 || size == 16 || size == 32);
|
||||
assert(nelements > 0);
|
||||
unsigned char *c_val = 0; // value alloc'd with c malloc
|
||||
unsigned char *c_val = 0; // value alloc'd in Xlib, must be XFree()d
|
||||
Atom ret_type;
|
||||
int ret_size;
|
||||
unsigned long ret_bytes;
|
||||
|
|
Loading…
Reference in a new issue