diff options
-rw-r--r-- | bdep/utility.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/utility.txx b/bdep/utility.txx index 2927002..5e7cb66 100644 --- a/bdep/utility.txx +++ b/bdep/utility.txx @@ -342,7 +342,7 @@ namespace bdep try { - manifest_serializer s (os, name, move (ff)); + manifest_serializer s (os, name, false /* long_lines */, move (ff)); m.serialize (s); return; } |