projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0e94d4c
)
typo fixed
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 5 Aug 2012 05:36:19 +0000
(07:36 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 5 Aug 2012 05:36:19 +0000
(07:36 +0200)
web/Obj/sac-a-push.phh
patch
|
blob
|
history
diff --git
a/web/Obj/sac-a-push.phh
b/web/Obj/sac-a-push.phh
index
746f7ec
..
bc0ea87
100644
(file)
--- a/
web/Obj/sac-a-push.phh
+++ b/
web/Obj/sac-a-push.phh
@@
-346,7
+346,6
@@
class Sac_a_push {
else {
if (($buf = fread($sock, 512)) === FALSE) {
printf("error read\n");
else {
if (($buf = fread($sock, 512)) === FALSE) {
printf("error read\n");
- exit(123);
}
else if (strlen($buf) === 0) {
if ($sock === $this->list) {
}
else if (strlen($buf) === 0) {
if ($sock === $this->list) {
@@
-371,7
+370,7
@@
class Sac_a_push {
}
}
else {
}
}
else {
- if ($debug > 1) {
+ if ($
this->
debug > 1) {
print_r($read);
}
if ($sock === $this->list) {
print_r($read);
}
if ($sock === $this->list) {