<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<link href="chrome://translator/skin/floatingPanel.css"
type="text/css" rel="stylesheet">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Maiko;<br>
<br>
In dirutil.c in function "format_fname_full(file, sbuf, full, n)"<br>
you have the function call getdate(&curdate); (around line
386)<br>
<br>
I think that must be j2getdate(&curdate); instead as curdate is
type struct data<br>
(see also the jnos header unixtm.h)<br>
and the getdata() function in system header time.h uses a string as
input and returns a struct.<br>
<br>
I also added #include "unixtm.h" /* VE3TOK, Nov 14, 2014 */ to
dirutil.c<br>
<br>
<br>
<br>
format_fname_full(file, sbuf, full, n)<br>
FILE *file;<br>
struct ffblk *sbuf;<br>
int full, n;<br>
{<br>
struct date curdate;<br>
char line_buf[30]; /* for long dirlist */<br>
char cbuf[20]; /* for making line_buf */<br>
<br>
if (full) {<br>
j2getdate(&curdate); /*
Boudewijn (Bob) VE3TOK, Nov14, 2014, changed from
*getdate(&curdate); */<br>
<br>
etc....<br>
<br>
<br>
<br>
<br>
73,<br>
<br>
Bob VE3OK<br>
<br>
<br>
<blockquote cite="mid:imsn5ad4p1l4vdq3m8eepfbefstragthqp@4ax.com"
type="cite">
<blockquote type="cite">
<pre wrap="">Subject says it all.
<a class="moz-txt-link-freetext" href="http://www.langelaar.net/projects/jnos2/downloads/linux">http://www.langelaar.net/projects/jnos2/downloads/linux</a>
or
<a class="moz-txt-link-freetext" href="https://github.com/mlangelaar/jnos2">https://github.com/mlangelaar/jnos2</a>
Maiko Langelaar / VE4KLM
</pre>
</blockquote>
<br>
</blockquote>
<br>
<div style="bottom: auto; left: 13px; right: auto; top: 378px;
display: none;" class="translator-theme-default"
id="translator-floating-panel"> </div>
</body>
</html>