[asterisk-commits] file: trunk r70678 - in /trunk: ./ apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 21 09:00:47 CDT 2007
Author: file
Date: Thu Jun 21 09:00:47 2007
New Revision: 70678
URL: http://svn.digium.com/view/asterisk?view=rev&rev=70678
Log:
Merged revisions 70677 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r70677 | file | 2007-06-21 09:58:36 -0400 (Thu, 21 Jun 2007) | 2 lines
Fix building with ODBC storage enabled. (issue #10025 reported by denisgalvao)
........
Modified:
trunk/ (props changed)
trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=70678&r1=70677&r2=70678
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Thu Jun 21 09:00:47 2007
@@ -1751,6 +1751,8 @@
return x - 1;
}
+#endif
+
static int vm_delete(char *file)
{
char *txt;
@@ -1769,8 +1771,6 @@
return ast_filedelete(file, NULL);
}
-
-#endif
static int inbuf(struct baseio *bio, FILE *fi)
{
int l;
More information about the asterisk-commits
mailing list