pkgman: fix build.

This commit is contained in:
Augustin Cavalier
2015-03-27 16:59:18 -04:00
parent 74de74358a
commit 1f35b0186b
+1 -1
View File
@@ -201,7 +201,7 @@ PackageManager::ProgressPackageDownloadActive(const char* packageName,
if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &winSize) == 0
&& winSize.ws_col < 77) {
// We need 7 characters for the percent display
width = windowSize.ws_col - 7;
width = winSize.ws_col - 7;
}
int position;