Diff for /np2/sound/getsnd/getsnd.c between versions 1.1 and 1.2

version 1.1, 2004/01/08 16:29:56 version 1.2, 2004/05/09 15:47:54
Line 94  UINT getsnd_getpcmbyleng(GETSND snd, voi Line 94  UINT getsnd_getpcmbyleng(GETSND snd, voi
                         }                          }
                 }                  }
         }          }
         return((int)pcmp - (int)pcm);          return(UINT)(pcmp - (BYTE *)pcm);
   
 gsgpl_err:  gsgpl_err:
         return(0);          return(0);

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>