From ef7293f0bc336beb30f3a5f2eafad4a447f60ac5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 21 Jan 2004 14:58:40 +0000 Subject: New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. New feature: A "Create directory" menu option (untested in the simulator). Bug fix: The ON+Play menu could do nasty things if you pressed ON+Play in an empty dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4268 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/recording.h') diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h index 08edbbcfb4..174621b3b7 100644 --- a/apps/recorder/recording.h +++ b/apps/recorder/recording.h @@ -20,6 +20,6 @@ #define RECORDING_H bool recording_screen(void); -char *rec_create_filename(void); +char *rec_create_filename(char *buf); #endif -- cgit v1.2.3