Warning C4703 fix
This commit is contained in:
parent
48ec72ac12
commit
bc1b1f6cc9
2
stb.h
2
stb.h
@ -7786,7 +7786,7 @@ stb_ps *stb_ps_remove_any(stb_ps *ps, void **value)
|
|||||||
void ** stb_ps_getlist(stb_ps *ps, int *count)
|
void ** stb_ps_getlist(stb_ps *ps, int *count)
|
||||||
{
|
{
|
||||||
int i,n=0;
|
int i,n=0;
|
||||||
void **p;
|
void **p = NULL;
|
||||||
switch (3 & (int) ps) {
|
switch (3 & (int) ps) {
|
||||||
case STB_ps_direct:
|
case STB_ps_direct:
|
||||||
if (ps == NULL) { *count = 0; return NULL; }
|
if (ps == NULL) { *count = 0; return NULL; }
|
||||||
|
Loading…
Reference in New Issue
Block a user