Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (cff58884a99fd181f0febf999006b58bd1404ab2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (cff58884a99fd181f0febf999006b58bd1404ab2)
  • Date: Fri, 7 Mar 2008 08:20:25 -0600

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
usr/sbin/scribbler | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit cff58884a99fd181f0febf999006b58bd1404ab2
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

scribbler: fixed message when scribbling from a missing grimoire #14353

diff --git a/ChangeLog b/ChangeLog
index 01bfcd2..12e2731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * scribbler: fixed message when scribbling from a missing grimoire
#14353
+
2008-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* cleanse: broken runtime providers don't need to be recast if
switched
don't display cast/dispel commands if none are needed and print a
diff --git a/usr/sbin/scribbler b/usr/sbin/scribbler
index 1d0259e..3e80049 100755
--- a/usr/sbin/scribbler
+++ b/usr/sbin/scribbler
@@ -135,7 +135,7 @@ function validate_and_parse_args() {
## Set and validate the from-grimoire name
if ! FROM_GRIMOIRE_DIRECTORY=$(codex_find_grimoire $3) ; then
message "${PROBLEM_COLOR}The grimoire you specified" \
- "(${SPELL_COLOR}${2}${PROBLEM_COLOR}) can not be" \
+ "(${SPELL_COLOR}${3}${PROBLEM_COLOR}) can not be" \
"found.${DEFAULT_COLOR}"
exit 1
fi



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (cff58884a99fd181f0febf999006b58bd1404ab2), Jaka Kranjc, 03/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page