projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bfae54
)
Code reformating.
author
markus schnalke
<meillo@marmaro.de>
Sat, 5 Nov 2011 18:07:47 +0000
(19:07 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Sat, 5 Nov 2011 18:07:47 +0000
(19:07 +0100)
sbr/utils.c
patch
|
blob
|
history
diff --git
a/sbr/utils.c
b/sbr/utils.c
index
5c1253d
..
99c5510
100644
(file)
--- a/
sbr/utils.c
+++ b/
sbr/utils.c
@@
-70,8
+70,8
@@
pwd(void)
if (!getcwd(curwd, PATH_MAX)) {
admonish(NULL, "unable to determine working directory");
- if (!mypath || !*mypath
- || (strcpy(curwd, mypath), chdir(curwd)) == -1) {
+ if (!mypath || !*mypath ||
+ (strcpy(curwd, mypath), chdir(curwd)) == -1) {
strcpy(curwd, "/");
chdir(curwd);
}