[beast/devel: 1/35] SFI: fix use of wrong caching variable
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 1/35] SFI: fix use of wrong caching variable
- Date: Tue, 14 May 2013 19:38:00 +0000 (UTC)
commit 7cf1acca8379c5bec2e9794ee6453fa568c27038
Author: Tim Janik <timj gnu org>
Date: Wed May 8 03:14:27 2013 +0200
SFI: fix use of wrong caching variable
sfi/sfiwrapper.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sfi/sfiwrapper.cc b/sfi/sfiwrapper.cc
index 47b7923..d32b825 100644
--- a/sfi/sfiwrapper.cc
+++ b/sfi/sfiwrapper.cc
@@ -16,7 +16,7 @@ bse_debug (const char *key, const char *file_path, const int line, const char *f
{
va_list vargs;
va_start (vargs, format);
- envkey_debug_message ("BSE_DEBUG", key, file_path, line, format, vargs, &_cached_rapicorn_debug);
+ envkey_debug_message ("BSE_DEBUG", key, file_path, line, format, vargs, &_cached_bse_debug);
va_end (vargs);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]