Search
lxdream.org :: lxdream/src/mem.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.c
changeset 743:6f0f79fae449
prev736:a02d1475ccfd
next796:a2dc83592467
author nkeynes
date Mon Jul 28 06:39:00 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add bundle proplist and icon
file annotate diff log raw
1.1 --- a/src/mem.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/mem.c Mon Jul 28 06:39:00 2008 +0000
1.3 @@ -186,7 +186,7 @@
1.4 total += len;
1.5 }
1.6 fclose( f );
1.7 - INFO( "Loaded %d of %d bytes to %08X", total, length, start );
1.8 + INFO( "Saved %d of %d bytes to %08X", total, length, start );
1.9 return 0;
1.10 }
1.11
.