HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #799291
Trying to print name of NULL soundfile
Start date:
Due date:
% Done:
0%
Estimated time:
Description
audio.c has this code trying to print NULL for %s:
if (NULL == soundfile) {
log_verbose("No sound file for tag %s (file %s)", tag, soundfile);
History
#1
Updated by Marko Lindqvist over 3 years ago
- File 0001-Do-not-try-to-print-NULL-soundfile-for-s.patch 0001-Do-not-try-to-print-NULL-soundfile-for-s.patch added
- File 0001-Do-not-try-to-print-NULL-soundfile-for-s.patch 0001-Do-not-try-to-print-NULL-soundfile-for-s.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist over 3 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist