[all-commits] [llvm/llvm-project] 383824: [flang][runtime] Fix error message

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Aug 18 14:46:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3838245dc46c7bbed585191c6a42ea28b32c0893
      https://github.com/llvm/llvm-project/commit/3838245dc46c7bbed585191c6a42ea28b32c0893
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-08-18 (Thu, 18 Aug 2022)

  Changed paths:
    M flang/runtime/namelist.cpp

  Log Message:
  -----------
  [flang][runtime] Fix error message

A literal % character in an error message needs to be doubled
so that it appears in the output of snprintf().

Differential Revision: https://reviews.llvm.org/D132158




More information about the All-commits mailing list