summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-09-19 19:03:09 +0000
committerDave Chapman <dave@dchapman.com>2007-09-19 19:03:09 +0000
commit359028fd2c44edcccba68fbba8f0e30ca4cbae91 (patch)
tree5e6101a2ed2461119eeab611aba494e68599e2e0 /rbutil/sansapatcher/sansapatcher.c
parent8d145a55746ed3f0c131b6677c00bb126dc086c6 (diff)
downloadrockbox-359028fd2c44edcccba68fbba8f0e30ca4cbae91.tar.gz
rockbox-359028fd2c44edcccba68fbba8f0e30ca4cbae91.zip
Cosmetic - Change the way the detected type of Sansa is displayed and bump version to 0.4-svn.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14756 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/sansapatcher/sansapatcher.c')
-rw-r--r--rbutil/sansapatcher/sansapatcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.c b/rbutil/sansapatcher/sansapatcher.c
index b3a0289c15..1f74067344 100644
--- a/rbutil/sansapatcher/sansapatcher.c
+++ b/rbutil/sansapatcher/sansapatcher.c
@@ -517,9 +517,9 @@ int sansa_scan(struct sansa_t* sansa)
517 } 517 }
518 518
519#ifdef __WIN32__ 519#ifdef __WIN32__
520 printf("[INFO] E200 found - disk device %d\n",i); 520 printf("[INFO] %s found - disk device %d\n",sansa->targetname, i);
521#else 521#else
522 printf("[INFO] E200 found - %s\n",sansa->diskname); 522 printf("[INFO] %s found - %s\n",sansa->targetname, sansa->diskname);
523#endif 523#endif
524 n++; 524 n++;
525 strcpy(last_disk,sansa->diskname); 525 strcpy(last_disk,sansa->diskname);