r3921 - trunk/bse
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: r3921 - trunk/bse
- Date: Sat, 30 Sep 2006 15:39:04 -0400 (EDT)
Author: timj
Date: 2006-09-30 15:38:45 -0400 (Sat, 30 Sep 2006)
New Revision: 3921
Modified:
trunk/bse/ChangeLog
trunk/bse/bseautodoc.c
Log:
Sat Sep 30 21:36:39 2006 Tim Janik <timj gtk org>
* bseautodoc.c: fixed -p and -s not taking effect.
Modified: trunk/bse/ChangeLog
===================================================================
--- trunk/bse/ChangeLog 2006-09-30 16:07:05 UTC (rev 3920)
+++ trunk/bse/ChangeLog 2006-09-30 19:38:45 UTC (rev 3921)
@@ -1,3 +1,7 @@
+Sat Sep 30 21:36:39 2006 Tim Janik <timj gtk org>
+
+ * bseautodoc.c: fixed -p and -s not taking effect.
+
Wed Sep 27 21:35:12 2006 Stefan Westerfeld <stefan space twc de>
* bseblockutils.cc:
Modified: trunk/bse/bseautodoc.c
===================================================================
--- trunk/bse/bseautodoc.c 2006-09-30 16:07:05 UTC (rev 3920)
+++ trunk/bse/bseautodoc.c 2006-09-30 19:38:45 UTC (rev 3921)
@@ -573,9 +573,9 @@
for (i = 1; i < argc; i++)
{
if (strcmp ("-p", argv[i]) == 0)
- pluginbool[1] = '1';
+ pluginbool[0] = '1';
else if (strcmp ("-s", argv[i]) == 0)
- scriptbool[1] = '1';
+ scriptbool[0] = '1';
else if (strcmp ("--bse-rcfile", argv[i]) == 0 && i + 1 < argc)
{
/* ignore, BSE handles this */
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]