j
k
j a
j l
On Tue, Apr 5, 2011 at 21:50:15 +0100, Chris Wilson wrote:
if ((unsigned)status > ARRAY_SIZE(strings))
off by one?
return "unknown"; return strings[status]; +}
return "unknown";
+}
Cheers, Julien
Back to the thread
Back to the list