~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to plugins/mk-project/mk-project.c

  • Committer: Package Import Robot
  • Author(s): Steve Ovens
  • Date: 2014-01-03 21:06:06 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20140103210606-pmvzhu0s68qy6261
Tags: 2:3.10.2-0ubuntu1
* New upstream release (LP: #1266037)
- Updated Build-Depends of libgtk-3-dev (>= 3.6.0),
  libglib2.0-dev (>= 2.34.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
667
667
 
668
668
        length = anjuta_token_get_length (variable);
669
669
        string = anjuta_token_get_string (variable);
 
670
        if ((length == 0) || (string == NULL)) return NULL;
 
671
 
670
672
        if (string[1] == '(')
671
673
        {
672
674
                name = g_strndup (string + 2, length - 3);