Changeset 4805:f4f72e985020 in roaraudio


Ignore:
Timestamp:
03/25/11 03:34:27 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use sizeof()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/slp.c

    r4708 r4805  
    148148 static char addr[80]; 
    149149 
    150  if ( roar_slp_find_roard_r(addr, 80, nocache) == -1 ) 
     150 if ( roar_slp_find_roard_r(addr, sizeof(addr), nocache) == -1 ) 
    151151  return NULL; 
    152152 
Note: See TracChangeset for help on using the changeset viewer.