1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Eliminate MSVC compiler warnings.

This commit is contained in:
v.audacity 2010-09-02 04:02:23 +00:00
parent 4c72458c6c
commit 37f52c4695

View File

@ -397,7 +397,7 @@ LOCAL OFFTYPE cvoptr(LVAL p)
/* pointer not within any segment */
xlerror("bad pointer found during image save",p);
return (NIL);
return ((OFFTYPE)NIL);
}
#endif