error reovery bugfix set

git-svn-id: svn://code.dyne.org/veejay/trunk@801 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2007-02-17 17:31:07 +00:00
parent 7cdbb48b77
commit 4fe099f75b
5 changed files with 40 additions and 16 deletions

View File

@@ -2973,7 +2973,7 @@ void SaveCurrentPlaying( xmlNodePtr node, int id, int mode )
(const xmlChar*) buffer );
sprintf(buffer, "%d", mode );
xmlNewChild(node,NULL, (const xmlChar*) "PLAYING_MODE",
(const xmlChar*) mode );
(const xmlChar*) buffer );
}