Skip to content

Commit

Permalink
Revert "ver de eliminar el ultimo commit"
Browse files Browse the repository at this point in the history
This reverts commit b35ea10.
  • Loading branch information
larafava committed Nov 23, 2023
1 parent f0946e7 commit d8a9a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Proyecto/libreria/funciones.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void reseteararchivo(string rutaarchi, tm* fechadereset){
bool existeSuperposicion(Cliente* cliente, Clases*clase){

for(int i=0;i<*cliente->cantClases;i++){
if(cliente[i].clases->horario==clase->horario){
if(cliente->clases[i]->horario==clase->horario){
return true;
}

Expand Down

0 comments on commit d8a9a3b

Please sign in to comment.