Ignore:
Timestamp:
07/29/11 10:24:23 (13 years ago)
Author:
neise
Message:
the changes we made with thomas B did not work. I have to find out why...
only crap is send away now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FSC/src/num_conversion.c

    r11671 r11696  
    1919{
    2020  U08 len = strlen((const char *)source_ptr);
    21   pU08 dest_ptr = nc_format_buffer;
     21  pU08 dest_ptr = (pU08)&nc_format_buffer;
    2222
    2323  // Fillup loop
     
    3535  *dest_ptr = 0; // Terminate format string
    3636
    37   return nc_format_buffer;
     37  return (pU08)&nc_format_buffer;
    3838}
    3939//-----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.