~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to troff/dwbinit.c

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry, Daniel Baumann, Kai Hendry
  • Date: 2010-04-25 14:35:21 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100425143521-ublpgnlvxxjjr22s
Tags: 1:5-1
[ Daniel Baumann ]
* Adding explicit debian source version 1.0 until switch to 3.0.
* Updating year in copyright file.
* Updating to standards 3.8.4.
* Sorting dh call in rules to more common order.
* Updating README.source.
* Updating lintian overrides.

[ Kai Hendry ]
* Merging upstream version 5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
            if ( (home = DWBHOME) == NULL || *home == '\0' || *home == ' ' )
190
190
                home = NULL;
191
191
        }   /* End if */
192
 
        home = unsharp(home);
 
192
        if ( home != NULL )
 
193
                home = unsharp(home);
193
194
    }   /* End if */
194
195
 
195
196
    while (home && *home == '/' && *(home +1) == '/')   /* remove extra slashes */