Skip to content
  • John Ferlan's avatar
    Adjust sscanf format string · fb5d2fcf
    John Ferlan authored
    Currently the sscanf() calls use "%as" or "%a[" in order to allocate and
    return strings for read fields.  It was pointed out to me that this is an
    older and non-portable method.  Instead the "%ms" or "%m[" should be used.
    fb5d2fcf