~ubuntu-branches/debian/sid/tintin++/sid

« back to all changes in this revision

Viewing changes to src/config.c

  • Committer: Bazaar Package Importer
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2009-11-12 22:57:57 UTC
  • mfrom: (1.2.19 upstream) (2.2.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091112225757-thi53t10ywdoc63i
* New upstream release.
* Switch to 3.0 (quilt) source format. No changes required further adding
  debian/source/format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        root = ses->list[LIST_CONFIG];
40
40
 
41
41
        arg = get_arg_in_braces(arg, left,  FALSE);
42
 
        arg = get_arg_in_braces(arg, right, FALSE);
43
 
        substitute(ses, right, right, SUB_VAR|SUB_FUN);
 
42
        arg = sub_arg_in_braces(ses, arg, right, GET_ONE, SUB_VAR|SUB_FUN);
44
43
 
45
44
        if (*left == 0)
46
45
        {