Commit b10daf2
Fix compilation when DEBUG_PATHS is defined
Error message:
modmgr.cc: In constructor 'ModManager::ModManager(const std::string&, const std::string&, bool, bool)':
modmgr.cc:544:86: error: 'src_dir' was not declared in this scope
544 | cout << "setting " << cfgname << " source directory to: " << src_dir
| ^~~~~~~
Fixing by harmonizing the `src_dir` handling like the other ones.
Signed-off-by: Vincent Legoll <[email protected]>1 parent 2f8b6cb commit b10daf2
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
| |||
529 | 530 | | |
530 | 531 | | |
531 | 532 | | |
532 | | - | |
533 | | - | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
534 | 537 | | |
535 | 538 | | |
536 | 539 | | |
| |||
541 | 544 | | |
542 | 545 | | |
543 | 546 | | |
544 | | - | |
545 | | - | |
| 547 | + | |
| 548 | + | |
546 | 549 | | |
547 | 550 | | |
548 | 551 | | |
| |||
0 commit comments