mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
error reovery bugfix set
git-svn-id: svn://code.dyne.org/veejay/trunk@801 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -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 );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user