maingPHPEdit - Support: sr #108495, main_window.c:312] ->...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

sr #108495: main_window.c:312] -> [main_window.c:312]: (style) Same expression on both sides of '&&'.

Submitter:  David Binderman <dcb314>
Submitted:  Fri 07 Feb 2014 08:51:05 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  None

Fri 21 Feb 2014 08:41:50 AM UTC, comment #2: 


>Can you let me know what's the effect of the code, so that I can >test it after fixing?


I have no idea what the effect of the code is.

I just find bugs and report them.

You'll have to figure out how to test it yourself, from
your knowledge of the package.

David Binderman <dcb314>
Fri 21 Feb 2014 01:41:27 AM UTC, comment #1: 

Can you let me know what's the effect of the code, so that I can test it after fixing?

Anish A <aneeshnl>
Group Member
Fri 07 Feb 2014 08:51:05 AM UTC, original submission:  


Source code is

  Check only if both base paths are not ".".
  if (strcmp(base2_alloc, ".")!=0 && strcmp(base2_alloc, ".")!=0) {

Maybe

  Check only if both base paths are not ".".
  if (strcmp(base1_alloc, ".")!=0 && strcmp(base2_alloc, ".")!=0) {

was intended.


David Binderman <dcb314>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aneeshnl (Posted a comment)
  • -email is unavailable- added by dcb314 (Submitted the item)
  • -email is unavailable- added by dcb314
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-02-07 dcb314 Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code