Skip to content

Commit 260b451

Browse files
committed
Fix
1 parent 4146614 commit 260b451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

headers/Management_Envoyer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ void FPL_Print_Init(VariablesManagement& var, std::string& line) {
1010
if (vec.size() == 1) {
1111
if (var.isVariable(vec[0])) {
1212
std::cout << var.getVariableValue(vec[0]) << std::endl;
13+
continuer = false;
1314
}
14-
continuer = false;
1515
}
1616

1717
if (continuer) {

0 commit comments

Comments
 (0)