소스 검색

Fixing 'D'/'T' Display Ports.

Steve Thielemann 3 년 전
부모
커밋
d56c84824f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      director.cpp

+ 1 - 1
director.cpp

@@ -360,7 +360,7 @@ void Director::menu_choice(void) {
           int count = 0;
           int line = 0;
           for (auto const &ppt : pptv) {
-            output = str(boost::format("%1$5d:%2$-5d = %3$d") % ppt.s1 %
+            output = str(boost::format("%1$5d:%2$-5d(%3$d) ") % ppt.s1 %
                          ppt.s2 % ppt.type);
             to_client(output);
             ++count;