PERFORCE change 166681 for review

Jonathan Anderson jona at FreeBSD.org
Tue Jul 28 16:28:00 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166681

Change 166681 by jona at jona-trustedbsd-belle-vmware on 2009/07/28 16:26:58

	Don't print the file size to stdout

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/sandbox_qt.cpp#9 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/sandbox_qt.cpp#9 (text+ko) ====

@@ -405,7 +405,6 @@
 	if(!group.open(QIODevice::ReadOnly | QIODevice::Text))
 		err(EX_IOERR, "Error opening /etc/group");
 
-	printf("\t\tsize: %lli\n", group.size());
 	printf("\t\t%s\n", group.readLine().data());
 	fflush(stdout);
 


More information about the p4-projects mailing list