git: 9front

Download patch

ref: 1a6439e437187c343412b2df6c5e0118de98819a
parent: 118995dbb8e4240745a144f5252e067a5e22fbc9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jan 12 15:07:23 EST 2019

/sys/lib/plumb/basic: make plumbing page bookmarks work with relative paths (thanks Tobias Heinicke)

--- a/sys/lib/plumb/basic
+++ b/sys/lib/plumb/basic
@@ -56,7 +56,7 @@
 data set	$file
 attr add	addr=$4
 plumb to image
-plumb start page -wij $0 $file
+plumb start page -wij $file!$4 $file
 
 # postscript/pdf/dvi/doc go to page but not over the a plumb port
 # the port is here for reference but is unused
--