~ubuntu-branches/ubuntu/saucy/parole/saucy

« back to all changes in this revision

Viewing changes to src/misc/parole-file.c

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2013-03-07 14:04:30 UTC
  • mfrom: (3.1.4 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130307140430-k9fw6g6rr76q64ze
Tags: 0.5.0-0ubuntu1
* New upstream release

* Update link to GPL license to appease lintian
  - update debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
    if ( g_str_has_prefix(filename, "dvd") )
192
192
    {
193
193
        priv->directory = NULL;
194
 
        priv->uri = "dvd:/";
 
194
        priv->uri = g_strdup("dvd:/");
195
195
        priv->content_type = g_strdup("dvd");
196
196
        g_free(filename);
197
197
        return;