Skip to Content.
Sympa Menu

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

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 (299080a80a1db43501b0c4a7e92c539162b7e7a9)
  • Date: Wed, 3 Sep 2008 05:53:22 -0500

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

ChangeLog | 5 +++++
var/lib/sorcery/modules/libtablet | 2 ++
2 files changed, 7 insertions(+)

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

libtablet: fixed broken repair file handling - a nonexisting tablet
file caused the function to use the previous found tablet file,
sometimes overwritting it with the new repair file

diff --git a/ChangeLog b/ChangeLog
index 0e5f68b..60de49a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libtablet: fixed broken repair file handling - a nonexisting tablet
+ file caused the function to use the previous found tablet file,
+ sometimes overwritting it with the new repair file
+
2008-09-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* common, libmisc: moved the notice and failure log functions to
libmisc and added a check to log_failure_reason for being in cast
diff --git a/var/lib/sorcery/modules/libtablet
b/var/lib/sorcery/modules/libtablet
index 53ac9c8..dbe66e3 100755
--- a/var/lib/sorcery/modules/libtablet
+++ b/var/lib/sorcery/modules/libtablet
@@ -644,6 +644,7 @@ function tablet_import_repair_files_page() {
function tablet_check_repair_file() {
local type=$1
local replace=0
+ local tablet_file

if ! [[ "$loaded" ]] ; then
tablet_get_version "$page" spell_version
@@ -676,6 +677,7 @@ function tablet_check_repair_file() {
replace=2
fi
fi
+
if [[ $replace == 1 ]] ||
{ [[ $replace == 2 ]] && [[ $codex_md5 != $tablet_md5 ]] ; } ; then
message "${MESSAGE_COLOR}Tablet Repair: replacing${DEFAULT_COLOR}"



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

Archive powered by MHonArc 2.6.24.

Top of Page