mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
reflect new location.
use here for here instead of estartab.
This commit is contained in:
parent
c5a71c5eca
commit
8f8b0e542a
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ main(int argc, char *argv[])
|
||||||
radsec = radian/3600;
|
radsec = radian/3600;
|
||||||
converge = 1.0e-14;
|
converge = 1.0e-14;
|
||||||
|
|
||||||
startab = unsharp("#9/lib/sky/estartab");
|
startab = unsharp("#9/sky/estartab");
|
||||||
herefile = unsharp("#9/lib/sky/estartab");
|
herefile = unsharp("#9/sky/here");
|
||||||
|
|
||||||
fmtinstall('R', Rconv);
|
fmtinstall('R', Rconv);
|
||||||
fmtinstall('D', Dconv);
|
fmtinstall('D', Dconv);
|
||||||
|
|
Loading…
Reference in a new issue