Project

General

Profile

Actions

Bug #929

open

Неверное представление булевских значений.

Added by Андрей Максимов about 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/11/2011
Due date:
% Done:

0%

Estimated time:
Detected in build:
2.7.59
Platform:
Linux x86
Published in build:

Description

Для вот такого типа состояния в сценарии

specification typedef struct {
  bool empty;
  bool full;
} QueuingErrorState = {};

генерируется вот такое его представление в отчете:

struct QueuingErrorState { empty=, full=\x01 }
struct QueuingErrorState { empty=\x01, full= }

Под Windows такой интересной интертрепации удалось избежать.

No data to display

Actions

Also available in: Atom PDF