You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing C:/Users/waldnercharles to cf_path_top_directory appears to return C:/Use. I believe this is because we should be calling char* s = sdup(path + at); instead of char* s = sdup(path);, but haven't had time to look at the unit tests.
The text was updated successfully, but these errors were encountered:
Passing
C:/Users/waldnercharles
tocf_path_top_directory
appears to returnC:/Use
. I believe this is because we should be callingchar* s = sdup(path + at);
instead ofchar* s = sdup(path);
, but haven't had time to look at the unit tests.The text was updated successfully, but these errors were encountered: