mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Add LICENSE_FILE - Change pkg-descr PR: 196814 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
11 lines
475 B
C
11 lines
475 B
C
--- src/bbcp_ProgMon.C.orig 2015-01-15 22:47:57.000000000 -0800
|
|
+++ src/bbcp_ProgMon.C 2015-01-15 22:49:27.000000000 -0800
|
|
@@ -146,7 +146,7 @@
|
|
|
|
// Run a thread to start the monitor
|
|
//
|
|
- if (retc = bbcp_Thread_Run(bbcp_MonProg, (void *)this, &mytid))
|
|
+ if ((retc = bbcp_Thread_Run(bbcp_MonProg, (void *)this, &mytid)))
|
|
{DEBUG("Error " <<retc <<" starting progress monitor thread.");}
|
|
else {DEBUG("Thread " <<mytid <<" monitoring progress.");}
|
|
return;
|