[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#48789: bad comment in cmndline.h



Package: libapt-pkg-dev
Version: 0.3.13
Severity: wishlist

The comment reads:
 CommandLine::Args Args[] = 
 {{'q',"quiet","apt::get::quiet",CommandLine::IntLevel},
  {0,0,0,0,0}};
  
when it should probably read:

 CommandLine::Args Args[] = 
 {{'q',"quiet","apt::get::quiet",CommandLine::IntLevel},
  {0,0,0,0}};
 
Jim 

-- System Information
Debian Release: potato
Architecture: i386
Kernel: Linux dres 2.2.13ac1 #1 Thu Oct 21 23:23:46 EDT 1999 i686

Versions of packages libapt-pkg-dev depends on:
ii  apt [libapt-pkg2.6]           0.3.13     Advanced front-end for dpkg       


Reply to: