Revision: 2701
http://tmux.svn.sourceforge.net/tmux/?rev=2701&view=rev
Author: tcunha
Date: 2012-02-15 19:31:35 +0000 (Wed, 15 Feb 2012)
Log Message:
-----------
Sync OpenBSD patchset 1028:
Don't die if fail to get root directory, from Ben Boeckel.
Modified Paths:
--------------
trunk/cmd.c
Modified: trunk/cmd.c
===================================================================
--- trunk/cmd.c 2012-02-15 19:30:51 UTC (rev 2700)
+++ trunk/cmd.c 2012-02-15 19:31:35 UTC (rev 2701)
@@ -1308,7 +1308,8 @@
else
return (s->cwd);
skip = 0;
- goto complete_path;
+ if (root != NULL)
+ goto complete_path;
}
return (s->cwd);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs