Changeset 12141


Ignore:
Timestamp:
05/18/09 14:18:05 (4 years ago)
Author:
BrainSlayer
Message:

its unsafe to use that big stack sizes (especially for arm cpus)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/rc/ttraff.c

    r12140 r12141  
    3232    unsigned long old_sent; 
    3333    char *tdata; 
    34     buffer = malloc(2048); 
     34    buffer = (char*)malloc(2048); 
    3535    memset(buffer,0,2048); 
    3636    sprintf( tq, "traff-%02u-%u", month, year ); 
Note: See TracChangeset for help on using the changeset viewer.