Hi Andreas,

  7 --- a/include/jellyfish/generic_file_header.hpp
  8 +++ b/include/jellyfish/generic_file_header.hpp
  9 @@ -180,6 +180,8 @@ public:
 10 
 11  protected:
 12    std::string get_hostname() const {
 13 +    if(std::getenv("SOURCE_DATE_EPOCH"))
 14 +      return "";
                  ^^

Just change this to "hostname".

The test was checking whether it was not the empty string. Thinking about
it, returning an empty string is probably not a good idea anyway.

Enjoy :)


Best wishes,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Reply via email to