Commit fb001fc8 authored by Claes Sjofors's avatar Claes Sjofors

64 bit fix in rt_bck

parent 9571ce37
...@@ -596,7 +596,7 @@ bck_file_process ( ...@@ -596,7 +596,7 @@ bck_file_process (
{ {
BCK_WRTBLK_STRUCT *wrtblk; BCK_WRTBLK_STRUCT *wrtblk;
pwr_tUInt32 filepos; pwr_tUInt32 filepos;
pwr_tUInt32 actpos; /* Actual file position */ long actpos; /* Actual file position */
pwr_tUInt32 c; pwr_tUInt32 c;
pwr_tUInt32 csts; pwr_tUInt32 csts;
pwr_tUInt32 cnt; pwr_tUInt32 cnt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment