~ubuntu-branches/ubuntu/wily/mediatomb/wily

« back to all changes in this revision

Viewing changes to src/youtube_service.cc

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-12-28 23:22:35 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20131228232235-uhxpo82dnqa3cw95
Tags: 0.12.1-5ubuntu1
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
        return temp;
338
338
    else
339
339
        throw _Exception(_("Tag <") + xml->getName() +
340
 
                _("> is missing the requred \"") + attrname + 
 
340
                _("> is missing the required \"") + attrname + 
341
341
                _("\" attribute!"));
342
342
    return nil;
343
343
}
350
350
        itmp = temp.toInt();
351
351
    else
352
352
        throw _Exception(_("Tag <") + xml->getName() +
353
 
                _("> is missing the requred \"") + attrname + 
 
353
                _("> is missing the required \"") + attrname + 
354
354
                _("\" attribute!"));
355
355
 
356
356
    if (itmp < 1)