Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Ismael Luceno (e35d61f13ce0b52fc64e7dd654b5620da2207115)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (e35d61f13ce0b52fc64e7dd654b5620da2207115)
  • Date: Sun, 4 Sep 2016 01:48:15 +0000

GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:

var/lib/sorcery/modules/libstate | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit e35d61f13ce0b52fc64e7dd654b5620da2207115
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libstate: Fix excessively long line

diff --git a/var/lib/sorcery/modules/libstate
b/var/lib/sorcery/modules/libstate
index 2f3f94a..31a73ae 100755
--- a/var/lib/sorcery/modules/libstate
+++ b/var/lib/sorcery/modules/libstate
@@ -817,7 +817,9 @@ function real_get_spell_provider() {
## @Type API
## @param Spell name
## @param Target spell name
-## @param If empty get the uncommited spell info, if anything else get info
from the committed ($DEPENDS_STATUS) database. If the uncommited db doesnt
exist (maybe we're not casting) use DEPENDS_STATUS
+## @param If empty get the uncommited spell info, if anything else get info
from
+## the committed ($DEPENDS_STATUS) database. If the uncommited db
doesnt
+## exist (maybe we're not casting) use DEPENDS_STATUS
##
## @return 0 if a dependency from $1 on $2 is enabled, 1 otherwise.
## @stdout the provider name(s)



  • [SM-Commit] GIT changes to master sorcery by Ismael Luceno (e35d61f13ce0b52fc64e7dd654b5620da2207115), Ismael Luceno, 09/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page