mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
some inits warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: c99486520e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-08-21 (Mon, 21 Aug 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -836,7 +836,7 @@ void CRadioText::RassDecode(unsigned char *mtext, int len)
|
||||
slidenumr = Rass_SlideFoto;
|
||||
}
|
||||
//
|
||||
char *filepath;
|
||||
char *filepath = asprintf(&filepath, "%s/Rass_%d.error", DataDir, slidenumr);
|
||||
(filetype == 2) ? asprintf(&filepath, "%s/Rass_%d.def", DataDir, slidenumr)
|
||||
: asprintf(&filepath, "%s/Rass_%d.mpg", DataDir, slidenumr);
|
||||
if ((fd = fopen(filepath, "wb")) != NULL) {
|
||||
|
Reference in New Issue
Block a user