<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    >This is around line 1112  in function nos_log(), 5 lines below
    the earlier modification and I modified it to...<br>
    <br>
    >fprintf (fp, "%.24s", cp);                /* 30Sep2014,
    Boudewijn VE3TOK, added Day Month Year to time stamp */<br>
    <br>
    Not a big deal but I did forget to add an extra space between the
    data stamp and the log entry. This just makes it<br>
    better readable. Here is the correction to that line...<br>
    <br>
    fprintf (fp, "%.24s ", cp);                /* 30Sep2014, Boudewijn
    VE3TOK, added Day Month Year to time stamp */<br>
    <br>
    <br>
    <br>
    73,<br>
    <br>
    Bob VE3TOK<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 14-09-30 04:33 AM, Boudewijn (Bob)
      Tenty wrote:<br>
    </div>
    <blockquote cite="mid:542A6AD0.5040002@gmail.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <link href="chrome://translator/skin/floatingPanel.css"
        type="text/css" rel="stylesheet">
      Your welcome.<br>
      <br>
      The log only contains a time stamp what is a little bit nasty
      because you have no point of reference<br>
      anymore in the log name or file creation date so I fixed that by
      adding Day, Month and Year to the time stamp.<br>
      <br>
      Look in main.c for the line..<br>
      <br>
      fprintf (fp, "%9.9s", cp + 11);  <br>
      <br>
      This is around line 1112  in function nos_log(), 5 lines below the
      earlier modification and I modified it to...<br>
      <br>
      fprintf (fp, "%.24s", cp);                /* 30Sep2014, Boudewijn
      VE3TOK, added Day Month Year to time stamp */<br>
      <br>
      Recompile and a full date stamp will be added to each entry in
      nos.log<br>
      <br>
      73,<br>
      <br>
      Bob VE3TOK<br>
    </blockquote>
    <br>
  </body>
</html>